CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 搜索资源 - Newton iterative

搜索资源列表

  1. 2

    0下载:
  2. 用c语言写的高斯消元法程序 Gauss-Seidel迭代算法程序 牛顿迭代算法程序 复化梯形公式算法程序 复化Simpson公式算法程序等-Written by c language program Gaussian elimination method Gauss-Seidel iteration algorithm Newton iterative algorithm complex algorithm trapezoid formula of complex algorithms proc
  3. 所属分类:Algorithm

    • 发布日期:2017-03-31
    • 文件大小:45794
    • 提供者:刘海林
  1. Finding-the-root-for-equation

    0下载:
  2. 用Newton迭代法以及由此引出的两种更简便方法求方程f(x)=0的根。-Using Newton iterative method and two more convenient ways to find the root for equation f(x) = 0.
  3. 所属分类:Algorithm

    • 发布日期:2017-04-24
    • 文件大小:270150
    • 提供者:Wanjun
  1. erciguihua

    0下载:
  2. 基于牛顿迭代法的二次规划程序,采用VC平台,适合解决大容量稀疏矩阵的优化问题-Newton iterative method based on the quadratic programming procedures using VC platform, suitable for solving large sparse matrix capacity optimization
  3. 所属分类:Embeded-SCM Develop

    • 发布日期:2017-04-14
    • 文件大小:2844
    • 提供者:ntexpa
  1. newton

    0下载:
  2. 高等数学的插值算法程序,牛顿插值、迭代算法等,实用程序,可用于解决工程实际数学问题-Higher Mathematics interpolation algorithm, Newton interpolation, iterative algorithm, the utility can be used to solve practical engineering math problems
  3. 所属分类:SCM

    • 发布日期:2017-04-14
    • 文件大小:3959
    • 提供者:郑旭
  1. NISNlE

    0下载:
  2. 牛顿迭代法求解多元多次非线性方程组,控制台程序-Newton iterative method for solving nonlinear equations diverse times, the console program
  3. 所属分类:Algorithm

    • 发布日期:2017-05-10
    • 文件大小:2119252
    • 提供者:文白科
  1. erciguihua

    0下载:
  2. 基于牛顿迭代法的二次规划程序,采用VC平台,适合解决大容量稀疏矩阵的优化问题-Newton iterative method based on the quadratic programming procedures using VC platform, suitable for solving large sparse matrix capacity optimization
  3. 所属分类:Embeded-SCM Develop

    • 发布日期:2017-04-14
    • 文件大小:2883
    • 提供者:onyea
  1. niu-dun-die-dai-fa

    0下载:
  2. 牛顿迭代法(Newton s method)又称为牛顿-拉夫逊(拉弗森)方法(Newton-Raphson method),它是牛顿在17世纪提出的一种在实数域和复数域上近似求解方程的方法。-Newton iterative method (Newton' s method), also known as the Newton- Raphson (Raphson) method (Newton-Raphson method), it is a method proposed by Newt
  3. 所属分类:Algorithm

    • 发布日期:2017-04-10
    • 文件大小:705
    • 提供者:meihaodi
  1. numerical-simulation

    0下载:
  2. 4阶经典Runge-Kutta格式解常微分方程,Romberg(龙贝格)法求函数的积分,三阶样条插值(一阶导数边界条件),定步长梯形法求函数的积分,矩阵A的伴随矩阵, Lagrange插值法数值求解,Newton迭代法解非线性方程f(x)=0-Fourth-order Runge-Kutta classic format solution of ordinary differential equations, Romberg (Romberg) method for function point
  3. 所属分类:matlab

    • 发布日期:2017-04-13
    • 文件大小:2964
    • 提供者:dierlin
  1. Montecarlo_SNR

    1下载:
  2. 用牛顿迭代法估计正弦信号的幅度,相位,频率,选用多次montecalor算法估计参数均值,并与理论上参数估计的CRLB下限进行比较。-Newton iterative method estimates the sinusoidal signal amplitude, phase, frequency, use multiple montecalor algorithm to estimate the parameters mean, and with the theoretical limit
  3. 所属分类:source in ebook

    • 发布日期:2017-04-11
    • 文件大小:1398
    • 提供者:王小超
  1. Newton-Raphson

    0下载:
  2. 运用迭代法计算非线性方程组,并且编制程序对非线性方程组求解-Using the iterative method of nonlinear equations, and programming for solving nonlinear equations
  3. 所属分类:matlab

    • 发布日期:2014-10-18
    • 文件大小:6144
    • 提供者:mark
  1. EWiter

    0下载:
  2. 一种个人改善的牛顿迭代方法,能够计算牛顿迭代不能解决的问题-Newton iterative method for personal improvement, and is able to calculate the Newton iteration can not solve the problem
  3. 所属分类:Algorithm

    • 发布日期:2017-04-12
    • 文件大小:532
    • 提供者:
  1. lab4

    0下载:
  2. 用多维Newton迭代法求解非线性方程组-Solving nonlinear equations with multi-dimensional Newton iterative method
  3. 所属分类:CSharp

    • 发布日期:2017-04-10
    • 文件大小:860
    • 提供者:王子壮
  1. wchy_agui

    0下载:
  2. 计算方法大作业源代码,实现了二分法,牛顿迭代法,高斯消去法,解三对角分解法,雅可比迭代法等10余个算法-Method to calculate the project source code, the realization of the dichotomy, Newton iterative method, gauss elimination, solving tridiagonal decomposition method, Jacobi iteration method and so on
  3. 所属分类:Applet

    • 发布日期:2017-04-15
    • 文件大小:7441
    • 提供者:arthur
  1. Newton-Raphson-Method

    0下载:
  2. 一个牛顿-拉弗逊法求解非线性问题迭代过程的简单程序例子-A Newton- Laffer Morrison nonlinear problem solving simple program examples iterative process
  3. 所属分类:Algorithm

    • 发布日期:2017-04-13
    • 文件大小:1832
    • 提供者:LXJ
  1. Numerical-Recipes

    0下载:
  2. 本文件包含了高斯列主元消去法,拉格朗日插值多项式,牛顿插值多项式,龙贝格求积分法,牛顿迭代法等C/C++代码。-This document contains out PCA Gaussian elimination method, Lagrange interpolation polynomial, Newton interpolation polynomial, Romberg quadrature, Newton iterative method such as C/C++ code.
  3. 所属分类:Algorithm

    • 发布日期:2017-04-26
    • 文件大小:33200
    • 提供者:周东
  1. 5

    0下载:
  2. 数值分析,牛顿迭代公式,求方程的近似解程序-Newton iterative formula, seeking of equation
  3. 所属分类:Algorithm

    • 发布日期:2017-04-14
    • 文件大小:2719
    • 提供者:ningchungui
  1. Cpp1

    0下载:
  2. 采用Newton迭代法求解非线性方程组,并用乘积型最小二乘法进行曲面拟合。-Newton iterative method is used to solve nonlinear equations, and curved surface fitting with the product type method of least squares.
  3. 所属分类:Algorithm

    • 发布日期:2017-04-14
    • 文件大小:3131
    • 提供者:luomenghao
  1. NewtonDiedai

    0下载:
  2. 牛顿迭代法c算法实现-Newton iterative method
  3. 所属分类:Algorithm

    • 发布日期:2017-05-03
    • 文件大小:816800
    • 提供者:李庆
  1. function

    0下载:
  2. 非线性方程组的牛顿迭代法MATLAB程序-Nonlinear equations of Newton iterative method MATLAB program
  3. 所属分类:source in ebook

    • 发布日期:2017-04-14
    • 文件大小:3985
    • 提供者:luo
  1. main_NT

    1下载:
  2. 牛顿迭代法 matlab代码 非常好用而经典的算法-Newton iterative method matlab code Very easy to use classic algorithms
  3. 所属分类:matlab例程

    • 发布日期:2017-05-23
    • 文件大小:746
    • 提供者:黄勇
« 1 2 3 4 5 6 7 89 10 11 12 13 ... 16 »
搜珍网 www.dssz.com